@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Slabo+13px');

html {
  scroll-behavior: smooth;
}

*{
	margin:0;
	padding:0;
}

a {
  text-decoration: none;
}

.box_info p{
  margin-bottom:10px;
}

.fs-timeline-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: #fff;
  border-bottom: 1px dotted #dadada;
  z-index: 100;
}

.fs-timeline-header-card {
  max-width: 800px;
  margin: 0 auto;
}

.header-image {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin-top: -10px;
  margin-left: 20px;
  border-radius: 50%;
  transform: scale(0.7);
}

.header-name {
  display: inline-block;
  vertical-align: top;
  margin: 36px 0 12px 10px;
  font-family: 'Slabo 13px', serif;
  font-size: 48px;
  color: #4d4d4a;
}

.header-lifespan {
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 16px;
}
/**版面框**/
.fs-timeline {
  font-family: Verdana, sans-serif;
  position: relative;
  max-width: 790px;
  padding-left:85px; /*120px;*/
  margin: 70px auto 0 auto;
  font-size: 16px;
}

.fs-timeline .fs-timeline-item {
  position: relative;
  padding: 0 25px 90px 25px;
  margin: 0;
  list-style: none;
  z-index: 2;
  border-radius: 4px;
}

.fs-timeline .fs-timeline-item p {
  margin: 0;
  margin-bottom: 0.6rem;
}

.fs-timeline .fs-timeline-item a {
  color: #0070B2;
}


/**描述框文字**/
.fs-timeline-item p {
  margin: 0;
  color: #0070B2;
  font-size:14px;
}



/**時間軸--線**/
.fs-timeline .fs-timeline-item-line {
  position: absolute;
  top: 0;
  left: -11px;
  width: 2px;
  bottom: 0;
  background-color: #969696;
}

.fs-timeline .fs-timeline-item-end-line {
  background: linear-gradient(to bottom right, #969696, rgba(0,0,0,0));
}

.fs-timeline-item-line-frist{
	position: absolute;
  top: 17px;
  left: -11px;
  width: 2px;
  bottom: 0;
  background-color: #969696;}

.fs-timeline .fs-timeline-item :first-child .fs-timeline-item-line {
  top: 13px;
}

.fs-timeline .fs-timeline-item :last-child .fs-timeline-item-line {
  height: 13px;
}


/**小圓點**/
.fs-timeline .fs-timeline-item-bullet {
  position: absolute;
  top: 16px;
  left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ffd86a;
  border: 2px solid #ffd86a;
  -webkit-transform: scale( 0.4);
  -ms-transform: scale( 0.4);
  transform: scale( 0.4);
  -webkit-transition: all 800ms cubic-bezier( 0.175, 0.885, 0.32, 1.44) 100ms !important;
  transition: all 800ms cubic-bezier( 0.175, 0.885, 0.32, 1.44) 100ms !important;
}

.fs-timeline .fs-timeline-item.is-visible .fs-timeline-item-bullet {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fs-timeline .fs-timeline-item-date {
  font-size: 18px;
  position: absolute;
  right: 100%;
  white-space: nowrap;
  padding-right: 44px;
  padding-top:10px;
  color: #999;
  opacity: 0;

  transform: translateX( 40px);
  transition: all 600ms cubic-bezier( 0.175, 0.885, 0.32, 1.275) 200ms !important;

  -webkit-transform: translateX( 40px);
  -ms-transform: translateX( 40px);
  
  -webkit-transition: all 600ms cubic-bezier( 0.175, 0.885, 0.32, 1.275) 200ms !important;
}

.fs-timeline .fs-timeline-item-description {
  opacity: 0;
  -webkit-transform: translateX( -40px);
  -ms-transform: translateX( -40px);
  transform: translateX( -40px);
  -webkit-transition: all 600ms cubic-bezier( 0.175, 0.885, 0.32, 1.275) 200ms !important;
  transition: all 600ms cubic-bezier( 0.175, 0.885, 0.32, 1.275) 200ms !important;
  word-break: break-word;
}

.fs-timeline .fs-timeline-item.is-visible .fs-timeline-item-date,
.fs-timeline .fs-timeline-item.is-visible 
.fs-timeline-item-description {
  /* display:flex;
  flex-direction: row;
  justify-content: space-evenly; */

  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}


/**內容描述框**/
.fs-timeline-item-description {
	box-shadow:0 0px 6px 0px rgb(0 0 0 / 24%), 0 1px 1px 0 rgb(0 0 0 / 19%);
  background-color:#f1f1f1;
  padding:15px;
  height:180px;
 
}
.fs-timeline-item-description img{
	
	/* float:right;
	display:block;
	overflow:hidden;
	width:250px;
	height:150px;
	margin:0 0 0 10px; */
	}

.fs-timeline-item-description h2{
	font-size:16px;
	color:#4d4d4d;
	font-weight:bold;
	margin-bottom:10px;}



@media screen and( max-width: 750px) {
  .fs-timeline {
    padding-left: 45px;
  }
  .fs-timeline .fs-timeline-item-date {
    position: static;
    -webkit-transform: translateX( -40px);
    -ms-transform: translateX( -40px);
    transform: translateX( -40px);
  }
  .fs-timeline .fs-timeline-item.is-unread .fs-timeline-item-date :before {
    display: none;
  }
}

.fs-timeline-age {
  color: #ccc;
  font-size: 16px;
  padding-right: 0;
  float: right;
}

.fs-timeline-tag {
  font-size: 16px;
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 1px 4px;
  background-color: #dadada;
  border: 2px solid #dadada;
  border-radius: 4px;
}

.fs-timeline-tag-birth {
  color: #fff;
  background-color: #3E9651;
  border-color: #3E9651;
}

.fs-timeline-tag-death {
  color: #cc2529;
  background-color: #fff;
  border-color: #cc2529;
}

.fs-timeline-tag-siblingbirth {
  color: #3E9651;
  background-color: #fff;
  border-color: #3E9651;
}

.fs-timeline-tag-died {
  color: #fff;
  background-color: #cc2529;
  border-color: #cc2529;
}

.fs-timeline-tag-marriage {
  color: #fff;
  background-color: #6B4C9A;
  border-color: #6B4C9A;
}


.record-link {
  display: block;
  padding: 6px 0;
  font-size: 12px;
  color: #aaa !important;
}


.rec {
  width: 36px;
    height: 36px;
    float: left;
    margin: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…l6IE0xOC4xMSwxMi44OXYtMC43OGg0Ljc3OXYwLjc3OUgxOC4xMVYxMi44OXoiLz48L3N2Zz4=) no-repeat;
    background-size: 22px;
    background-position: 4px 10px;
}










/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	
	display: table-header-group;
}
.divTableCell, .divTableHead {
	
	display: table-cell;
	/*padding: 3px 10px;*/
}
.divTableHeading {
	
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableCell img{
	  -webkit-appearance: none;
  }

@media (max-width: 768px){

	}

@media (max-width: 375px){
	.fs-timeline{
		padding-left:60px;}
	
	.fs-timeline-item-description img{
	width:200px;}	
	.fs-timeline-item-description{
		height:300px;}
	
	.fs-timeline .fs-timeline-item-bullet{
			left:-17px;
			height:10px;
			width:10px;}
	.fs-timeline-item-description h2{
		margin:160px 0 5px 0;}
	.fs-timeline .fs-timeline-item-date{
		padding-right:20px;
		font-size:12px;}
}

.timeline__container {
  
}

.timeline__btn {
  position: fixed;
  left: 25vw;
  background: red;
  width: 5%;
  height: 5%;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.fs-timeline-item-bullet :hover {
  cursor: pointer;
}

.fs-timeline-item-date :hover {
  cursor: pointer !important;
}

:root {
  --stage1: 0.4;
  --stage2: 0.6;
  --stage3: 0.8;
  --stage4: 1;
  --stage-color: 255, 208, 0;
  --base-color: rgba(var(--stage));
  --text-color: red;
  --hilght-base-color: black;
}

body {
  font-family: sans-serif;
}

.box__list {
  display: flex;
}

.box {
  padding: 0 5px;
  margin: 40px 10px 20px;
  color: #777777;
}

.box a {
  text-decoration: none;
  color: inherit;
}

.box .box-title {
  font-weight: bold;
  font-size: x-large;
  text-align: left;
  padding: 0 0px 5px 0;
  transition: transform 0.3s ease-out;
}

.box .arrow__box {
  display: flex;
  height: 50%;
}

.box .box__sub__title {
  display: flex;
  align-items: center;

  position: relative;
  padding: 5px 15px;
  transition: transform 0.3s ease-out;
  min-width: 170px;
  inline-size: max-content;
}

.box__sub__title span {
  color: black !important;
}

.box__sub__title::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 10%;
  height: 100%;
  border-width: 1px 0 0 1px;
  background: inherit;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
}

.box.stage1 :hover {
  color: rgba(var(--stage-color), var(--stage1));
}

.box.stage2 :hover {
  color: rgba(var(--stage-color), var(--stage2));
}

.box.stage3 :hover {
  color: rgba(var(--stage-color), var(--stage3));
}

.box.stage4 :hover {
  color: rgba(var(--stage-color), var(--stage4));
}

.box.stage1 .box__sub__title {
  background: rgba(var(--stage-color), var(--stage1));
}

.box.stage2 .box__sub__title {
  background: rgba(var(--stage-color), var(--stage2));
}

.box.stage3 .box__sub__title {
  background: rgba(var(--stage-color), var(--stage3));
}

.box.stage4 .box__sub__title {
  background: rgba(var(--stage-color), var(--stage4));
}

.section.stage1  {
  background: rgba(var(--stage-color), var(--stage1));
}

.section.stage2  {
  background: rgba(var(--stage-color), var(--stage2));
}

.section.stage3  {
  background: rgba(var(--stage-color), var(--stage3));
}

.section.stage4  {
  background: rgba(var(--stage-color), var(--stage4));
}


.box__sub__title{
  display:flex;

}
.box__sub__title span {
  font-weight: 500;
}
.tc__title{
  color: #2b2a2a;
  font-weight: 600;
}
.eng__title{
  margin-left: 5px;
  font-style: italic ;
  font-size: 0.8rem;
  color: #6e6e6e;
}

.box .arrow__ {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid rgba(255, 208, 0, 0.5);
}

/** RWD **/

#fullpage {
  text-align: center;
  display: none;
}

#fullpage img{
  max-width: 85vw;
  object-fit: cover;
}


#fullpage section {
  padding: 20px 0;
  margin: 0 0 1rem 0;
}

section p {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding: 1rem;
}

.fullpage__pecl__logo {
  margin-top: 15%;
}

.fullpage__section__content {
  height: 100%;
  position: relative;
}

.fullpage__section__content .content__title {
  margin: auto;
  padding: 1rem;
  height: 15vh;
}

.content__main__box .content__title {
  margin: auto;
  padding: 20% 5% 10% 5%;
}

.fullpage__section__content .content__main__box {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50%;
}

.fullpage__section__content .content__title h1 {
  font-size: 3rem;
  font-weight: bolder;
  color: #615b5b
}

.fullpage__section__content .content__title h2 {
  font-weight: bolder;
  color: #615b5b
}

.fullpage__section__content .symbol__bottom {
  width: 50%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.fullpage__section__content .symbol__side {
  width: 50%;
  height: 35px;
  position: absolute;
  top: calc(50% - 55px);
  right: calc(-20%);
  transform: rotateZ(-90deg)
}


.cls-1 {
  fill: hsla(199,88%,23%, 1);
}

.symbol__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.symbol__side .text-1{
  text-orientation: upright;
  writing-mode: vertical-lr;
}

.symbol__container span {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
}

.symbol__side .symbol__content {
  flex-direction: column-reverse;
}

.symbol__container .symbol__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text {
  color:white;
}

.symbol__bottom .text::before {
  content: '';
  display: inline-block;
  border-top: 3px solid;
  border-right: 3px solid;
  width: 10px;
  height: 10px;
  border-color: white;
  transform: rotate(-225deg);
  margin: 0 15px 5px 15px;
}

.symbol__side .text::before {
  content: '';
  display: inline-block;
  border-top: 3px solid;
  border-right: 3px solid;
  width: 10px;
  height: 10px;
  border-color: white;
  transform: rotate(-225deg);
  margin: 0 15px 5px 15px;
}

.symbol__container svg {
  position: absolute;
  top: 0;
  left: 0;
}


.timeline__project {
  position: relative;
  margin: 0 5%;
}

.timeline__project .project__description {
  position: relative;
}

.timeline__project .project__title {
  padding: 5px;
}

.timeline__project .project__sub__title {
  padding: 15px;
}

.timeline__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.timeline__item__content{
  max-width: 70%;
  margin-right: 1rem;
}

.timeline__item__image img{
  width:250px;
  height: 150px;
  object-fit: cover;
  max-width:none;
}

.timeline__project__list {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.timeline__project {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  width: 85%;
}

.project__content {
  position: relative;
  height: 20vh;
}

.project__content img{
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-color: white;
}

.project__info p {
  text-align: left;
}

.project__info h1 {
  text-align: left;
}

.project__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(transparent, black);
  border-radius: 0.5rem;
}

.project__content .project__info {
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
}


.project__info .project__time {
  color: white;
  font-weight: 1000;
  font-size: 1.5rem;
  padding: 0 0 0 1rem;
} 

.project__info .project__title {
  color: white;
  font-weight: 500;
  padding: 0.5rem 1rem 1rem 1rem;
} 

.box_info p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#orientationAlert {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10px;
}

#orientationAlert p {
  display: none;
  font-size: 2rem;
  font-weight: bold;
}

/** RWD END **/
@media all and (max-width: 768px) and (orientation: landscape) {
  #orientationAlert p{
    display: block;
  }

  #orientationAlert {
    height: 100vh;
  }

  .timeline__container, .container{
    display: none;
  }

  #path, #main_tit, #footer_all, #fullpage, #share{
    display:none;
  }
}

@media all and (max-width: 768px) and (max-height: 1200px) {
  html {
    font-size: 12px;
  }

  #wrapper {
    padding: 0;
  }
}

@media all and (max-width: 768px) and (orientation: portrait) {
  #fullpage {
    display: block;
    position: relative;
  }

  .container {
    display: none;
  }

  .timeline__container {
    display: none;
  }

  #path, #main_tit {
    display:none;
  }
}

@media all and (min-width: 1140px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1140px
  }
}

@media all and (min-width: 768px) and (max-width: 1140px) {
  .container {
    margin-right: auto;
    margin-left: auto;

    width: 100%;
    max-width: 768px;
  }

  .box .box-title {
    font-size: medium;
    transform: scale(0.9);
    transition: transform 0.3s ease-out;
  }

  .box .box__sub__title {
    font-size: small;
    transition: transform 0.3s ease-out;
    transform: scale(0.9);
    min-width: 120px;
  }
}

#main_tit p{
  margin:0 0 25px 0;font-size:1.2em;font-weight:bold;color:#006699;
}
  

.History__img img{
  width: 300px;
}


/* 
.fullpage__section__content .content__main__box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50%;
}

.fullpage__section__content .content__title h1 {
  font-size: 2.5rem;
  font-weight: bolder;
  color: #615b5b
}

.fullpage__section__content .content__title h2 {
  font-weight: bolder;
  color: #615b5b
}

.fullpage__section__content .symbol__bottom {
  width: 50%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.fullpage__section__content .symbol__side {
  width: 50%;
  height: 35px;
  height: auto;
  position: absolute;
  top: calc(50% - 55px);
  right: calc(-25%);
  transform: rotateX('90deg');
}

.cls-1 {
  fill: hsla(199,88%,23%, 1);
}

.symbol__container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.symbol__side .text-1{
  text-orientation: upright;
  writing-mode: vertical-lr;
}

.symbol__container span {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
}

.symbol__side .symbol__content {
  flex-direction: column-reverse;
}

.symbol__container .symbol__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text {
  color:white;
}

.symbol__bottom .text::before {
  content: '';
  display: inline-block;
  border-top: 3px solid;
  border-right: 3px solid;
  width: 10px;
  height: 10px;
  border-color: white;
  transform: rotate(-225deg);
  margin: 0 15px 5px 15px;
}

.symbol__side .text::after {
  content: '';
  display: inline-block;
  border-top: 3px solid;
  border-right: 3px solid;
  width: 10px;
  height: 10px;
  border-color: white;
  transform: rotate(-225deg);
  margin: 0 15px 5px 15px;
}

.symbol__container svg {
  position: absolute;
  top: 0;
  left: 0;
}

.timeline__project {
  position: relative;
  margin: 0 5%;
}

.timeline__project .project__description {
  position: relative;
}

.timeline__project .project__title {
  padding: 5px;
}

.timeline__project .project__sub__title {
  padding: 15px;
}

.timeline__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.timeline__item__content{
  max-width: 70%;
  margin-right: 1rem;
}



.timeline__item__image img{
  width:250px;
  height: 150px;
  object-fit: cover;
  max-width:none;
}

.timeline__project__list {
  margin: auto;
  display: flex;
  flex-direction: column;
}

.timeline__project {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.project__content {
  position: relative;
}

.project__content img{
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.project__content p {
  text-align: left;
}

.project__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(transparent, black);
  border-radius: 0.5rem;
}

.project__content .project__time {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  color: white;
  font-weight: 1000;
  font-size: 24px;
  padding: 0 0 1.5rem 1rem;
} 

.project__content .project__title {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  color: white;
  font-weight: 500;
  padding: 0 1rem 1rem 0;
} 

#about_box .box_info p {
  text-align: start;
}

#fullpage {
  text-align: center;
  display: none;
}

#fullpage img{
  max-width: 90vw;
}

#fullpage section {
  padding: 20px;
  margin: 0 0 1rem 0;
}

section p {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.fullpage__section__content {
  height: 100%;
  position: relative;
} */
